home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
53696
/
53696.xpi
/
chrome
/
content
/
bin_category.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-12-06
|
780b
|
20 lines
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://glide/content/glide.css"?>
<dialog id="glide-bin-category-dialog" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="Select Bin Category"
buttons="accept,cancel"
onload="glideBinCategoryDialog_Load()"
ondialogaccept="return glideBinCategoryDialog_Accept()">
<script type="application/x-javascript" src="chrome://glide/content/bin_category.js"></script>
<vbox>
<description class="instruction">Please choose the Bin category where you would like to save this item:</description>
<hbox>
<spacer flex="1"/>
<menulist id="glide-bin-categories-list" editable="false" oncommand="glideBinCategoryDialog_Selected(this)" />
<spacer flex="1"/>
</hbox>
</vbox>
</dialog>